Remove task.error_code -- it's redundant, as we can use the first element of
authorEwan Mellor <ewan@xensource.com>
Thu, 5 Apr 2007 12:35:54 +0000 (13:35 +0100)
committerEwan Mellor <ewan@xensource.com>
Thu, 5 Apr 2007 12:35:54 +0000 (13:35 +0100)
commit8f38cefadc71d700ae3b712b60495f668b72f65f
treee3d38c7ba0843a2426dfebf8c926bfb8471542fc
parent880b3023d489f864d109f3de4857002bc7bf29df
Remove task.error_code -- it's redundant, as we can use the first element of
task.error_info instead.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
docs/xen-api/xenapi-datamodel.tex
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendTask.py